home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #2 / Amiga Plus CD - 1995 - No. 2.iso / internet / faq / englisch / musiccomposition < prev    next >
Encoding:
Text File  |  1995-04-11  |  36.6 KB  |  1,095 lines

  1. Archive-name: music/composition-FAQ
  2. Last-modified: 1994/9/30
  3. Version: 2.2
  4.  
  5.  
  6. ***
  7.  
  8.     This is a music composition frequently-asked questions (FAQ)
  9. document, distributed by NetJam. It is probably of interest to readers
  10. of the USENET newsgroup rec.music.compose, and anyone else interested
  11. in music composition.
  12.  
  13.     It is posted fortnightly to the above-mentioned group, as well
  14. as to news.answers and rec.answers. It is also available as
  15. ftp://XCF.Berkeley.EDU/misc/netjam/doc/FAQ/composition/compositionFAQ.
  16. Finally, it can be obtained by emailing NetJam-request@XCF with the
  17. subject line "request for composition FAQ". The machine
  18. XCF.Berkeley.EDU has IP address 128.32.138.1.
  19.  
  20.     This FAQ was refactored in parallel with the NetJam FAQ, which
  21. is available as described in section 0.2. It was previously maintained
  22. by Nathan Torkington <gnat@kauri.vuw.ac.nz>, who edited large portions
  23. of it. Many portions were uncredited; please see section 8 for an
  24. unordered list of credits at the time I assumed it.
  25.  
  26.     Please send contributions and comments to
  27. NetJam@XCF.Berkeley.EDU.
  28.  
  29.         For general info about NetJam, email
  30. NetJam-request@XCF.Berkeley.EDU, with the phrase "request for info" in
  31. the subject line.
  32.  
  33.  
  34.     Thanks,
  35.  
  36. -C
  37.  
  38.  
  39. ***
  40.  
  41. ---
  42.  
  43.         New items are marked with a '+'. Modified existing items are
  44. marked with a '*'.
  45.  
  46.         Short contents:
  47.  
  48. 0.0)    [Meta-issues]
  49.  
  50. 1.0)    [Inspirational sources]
  51.  
  52. 2.0)    [Getting published]
  53.  
  54. 3.0)    [Networking]
  55.  
  56. 4.0)    [Theory]
  57.  
  58. 5.0)    [Orchestration]
  59.  
  60. 6.0)    [Reference material]
  61.  
  62. 7.0)    [Ethno-musiclogy]
  63.  
  64. 8.0)    [Composition and computing]
  65. 8.1.0)        [Software]
  66. 8.2.0)        [Hardware]
  67. 8.3.0)        [Representation]
  68.  
  69. 9)    Credits (unordered)
  70.  
  71.  
  72.     Long contents:
  73.  
  74. 0.0)    [Meta-issues]
  75. 0.1)         How can I browse ftp sites and their data without
  76. 0.2)        What other FAQs might be of interest?
  77. 0.3)        How do I ask for advice on a topic of interest from
  78.             the Net?
  79. 0.4)        What are the future plans for your FAQs?
  80.  
  81. 1.0)    [Inspirational sources]
  82. 1.1)        How can I get inspired?
  83.  
  84. 2.0)    [Getting published]
  85. 2.1)        How can I get published?
  86. 2.2)        How does copyright work?
  87.  
  88. 3.0)    [Networking]
  89. 3.1)        What is NetJam and how can I participate?
  90. 3.2)         What other networked musicmaking opportunities are
  91.             there?
  92.  
  93. 4.0)    [Theory]
  94. 4.1)        Parallel octaves and fifths
  95. 4.2)        diablo in musica
  96. 4.3)        Rhythm
  97. 4.4)        Stochastic Music
  98. 4.5)        Orchestration
  99.  
  100. 5.0)    [Reference material]
  101. 5.1)        What are the "Gems" articles, and how can I get them?
  102. 5.2.0)        [Books]
  103. 5.2.1)            Harmony
  104. 5.2.2)            Counterpoint
  105. 5.2.3)            History
  106. 5.2.4)            Composition
  107. 5.2.5)            Orchestration
  108.  
  109. 6.0)            Ethno-musicology
  110.  
  111. 7.0)    [Composition and computing]
  112. 7.3.0)        [Representation]
  113. 7.3.1)            Musical Instrument Digital Interface (MIDI)
  114. 7.3.2)            File Formats
  115.  
  116. 8)    Credits (unordered)
  117.  
  118. ---
  119.  
  120. 0.0)    [Meta-issues]
  121.  
  122. ---
  123.  
  124. 0.1)         How can I browse ftp sites and their data without
  125.             using my own disk space (unless I want to keep
  126.             data), and locate files on ftp sites, given
  127.             pathname fragments?
  128.  
  129.  
  130. Answer:
  131.  
  132.     There is a set of Emacs-Lisp ("elisp") code, called
  133. "ange-ftp.el", which makes 'ftp' use transparent within GNU Emacs (GNU
  134. Emacs is available via anonymous ftp from prep.ai.mit.EDU). This
  135. package attempts to make accessing files and directories using FTP
  136. from within GNU Emacs as simple and transparent as possible.  A subset
  137. of the common file-handling routines are extended to interact with
  138. FTP. Using these routines, I can read remote files as I would any
  139. local file, without having to write it locally to disk. This is is
  140. especially useful since the document is dynamic (hopefully
  141. increasingly so).
  142.     The routines are available via anonymous ftp (naturally!) as
  143. tut.cis.ohio-state.EDU:/gnu/emacs/elisp-archive/as-is/ange-ftp.el.tar.Z,
  144. (incidentally, if you already had "ange-ftp.el", you could paste the
  145. above line in response to Emacs' 'copy-file', stick "/anonyous@" in
  146. front of it, and copy the file.) My current version is dated 22
  147. October 1991.
  148.     Another useful bit of elisp is "context.el". It saves the
  149. Emacs buffer list and window configuration between editing sessions.
  150. So, one can have several buffers, with several files open (as I
  151. usually do), quit and restart Emacs, and have the state preserved,
  152. cursor locations and windows included. Happily, it works well with
  153. "ange-ftp.el", so that even remote files are restored (after possibly
  154. having to prompt for passwords). "context.el" is also available via
  155. anonymous ftp from tut.cis.ohio-state.EDU, as
  156. /gnu/emacs/elisp-archive/as-is/context.el.Z. Also look for
  157. "tree-dired.el" which provides for hierarchical directory editing.
  158.     Incidentally, it was very easy to produce references for the
  159. above tools, thanks to another tool called "archie", developed at
  160. McGill University. Dubbed a "resource discovery tool" by its authors,
  161. it comes in very handy when one knows what tools are needed but not
  162. their availability. Archie consists of a server for this information
  163. (basically from a database of directory trees from "all known"
  164. anonymous ftp sites, updated once per month), and a client, which may
  165. be run via 'telnet' from the server machine itself (frowned upon...),
  166. or from a standalone client available from that machine (...highly
  167. encouraged, for the considerable host load win). Some clients even
  168. perform ftp tasks based on user response to search results. There are
  169. clients available for dumb and X terminals, and, of course, Emacs.
  170. Poke around archie.mcgill.ca for a client and documentation.
  171.  
  172. ---
  173.  
  174. 0.2)        What other FAQs might be of interest?
  175.  
  176.     You can get nearly every FAQ known to USENETkind from the
  177. newsgroup news.answers. 
  178.  
  179.     I also edit two other FAQs which may be of interest:
  180.  
  181.     Of particular interest is the NetJam FAQ, as there are several
  182. references to it in this FAQ. It is posted fortnightly to the
  183. above-mentioned groups, as well as news.answers. It is also available
  184. via ftp as
  185. anonymous@XCF.Berkeley.EDU:misc/netjam/doc/FAQ/ECM/ECMFAQ.entire, and
  186. in pieces as .../split/*. Finally, it can be obtained by emailing
  187. NetJam-request@XCF with the subject line "request for ECM FAQ". The
  188. machine XCF.Berkeley.EDU has IP address 128.32.138.1.
  189.  
  190.     If you are interested in Smalltalk programming, you may want
  191. to look at the Smalltalk FAQ (which I also edit), which is posted
  192. fortnightly to comp.lang.smalltalk. It is also available via ftp as
  193. anoymous@xcf.berkeley.edu:misc/smalltalk/FAQ/SmalltalkFAQ.entire.
  194.  
  195. ---
  196.  
  197. 0.3)        How do I ask for advice on a topic of interest from
  198.             others on the Net?
  199.  
  200. Answer:
  201.  
  202.     [see also the many fine recurring articles in
  203.         news.announce.newusers --crl]
  204.  
  205.  
  206. From: Karl Haberl (khaberl@bbn.com)
  207. Date: Mon, 17 Aug 92
  208.  
  209.  
  210.   "The Beginner's Guide to Asking the Net Gods for [Musical] Advice"
  211.  
  212.  
  213.     The net can be a powerful resource for information and advice, as
  214. well as being a lively and sometimes fun-filled forum for the exchange
  215. of views.  One of the most common mistakes beginners make when asking
  216. for advice is that they do not put enough information in their posts
  217. to allow a more experienced "net veteran" to provide a concise,
  218. focused reply to their request. Questions like "Which keyboard is best
  219. X or Y ?" can only really be answered in the context of knowing
  220. something about the individual who is asking the question.
  221.  
  222.     Below are some suggestions for info that would be helpful to
  223. include in any articles requesting advice on various topics. By
  224. including this info in your post, you will be accomplishing two
  225. important things: (1) you will be explicitly demonstrating to the net
  226. community that you are not lazy, and that you have taken some time
  227. yourself to think about the subject and identify the precise areas
  228. where you need help, and (2) you will be providing essential
  229. background info that will help focus and tailor any responses to your
  230. particular problem. Here, then are the categories (feel free to
  231. augment these with any other information that you think might be
  232. appropriate):
  233.  
  234.  
  235. (1) EXPERIENCE LEVEL - 
  236.  
  237.     Indicate how much experience you have that is appropriate for
  238. the subject.
  239.     This will help focus advice at the right level of detail.
  240.  
  241.     "I've played classical piano for twelve years, never touched a synth."
  242.     "I've been using Vision for two years now, and while I would not call
  243.     myself a power user, I think I am quite competent with basic
  244.     operations."
  245.  
  246. (2) INFORMATION SOURCES ALREADY EXPLORED -
  247.  
  248.     Asking basic questions without indicating what kind of reading
  249. or other investigations you may have already done yourself is likely
  250. to cause one of two things to happen: either the reader will skip over
  251. your message completely, or will fire off a response like "pick up
  252. Keyboard and Electronic Musician, and get a copy of Mix Bookshelf."
  253. Tell the net what sources of info you have tried - this gives a
  254. baseline for giving advice and/or suggesting further sources of info.
  255.  
  256.     "I read the Buyer's Guide issue of Keyboard."
  257.     "I have Anderton's recording book, but I still don't understand
  258.     reverb."
  259.     "I've only talked to my local salesman about this, he says ..."
  260.  
  261. (3) CURRENT EQUIPMENT CONFIGURATION -
  262.  
  263.     With equipment-related questions, it is helpful for the
  264. respondent to know how any suggested new equipment will complement an
  265. existing setup.
  266.  
  267.     "I own two rusty cans and 100 yds of twine."
  268.     "I own a JX-3P, M1, and D70 for synths, and a Tascam PortaPotty
  269.     4-track."
  270.  
  271. (4) WHAT YOU WANT TO ACCOMPLISH - 
  272.  
  273.     Defining what your particular goals are is *critical* for any
  274. respondent to give personalized advice. Besides, goal-definition also
  275. happens to be the most critical activity that *you* can do to focus
  276. your search through the the maze of information and equipment that is
  277. out there.
  278.  
  279.    "I want to just have fun in my basement studio, writing pop tunes
  280.     for my own enjoyment and distributing them to my friends."
  281.    "I want to write soundtracks for local TV productions."
  282.    "I want to produce demo tapes of my band and send them to record
  283.     companies."
  284.    "I want to optimize my rig for live performance of industrial music."
  285.  
  286. (5) BUDGET -
  287.  
  288.     For most of the people on this planet, budget is a key
  289. constraint. If you have a precise figure in mind, give it. If you're
  290. trying to get a more general sense of what things cost versus their
  291. capabilities, that's O.K.  too, but you should still be able to
  292. provide a *range* of $$ figures that you would be willing to consider.
  293. Obviously, defining your budget goal will help respondents restrict
  294. the range of products considered and discussed.  And if you're close
  295. to a boundary, they will often say "of course, with just $X more you
  296. could step up to a ..."
  297.  
  298.    "I have between $300-500 bucks to spend on a reverb unit."
  299.    "I am willing to spend up to $2000 on a new keyboard if it will
  300.     allow me to do X,Y, and Z; but I'd prefer to keep it under
  301.     $1500."
  302.  
  303. ---
  304.  
  305. 0.4)        What are the future plans for your FAQs?
  306.  
  307. Answer:
  308.  
  309.     I'm working on a FAQ generator in Smalltalk which manages
  310. hierarchical groups of questions and answers, and generates FAQs in
  311. flat text (like this one) and hypertext (e.g., HTML).  Volunteers
  312. welcome.
  313.  
  314. ---
  315.  
  316. 1.0)    [Inspirational sources]
  317.  
  318. ---
  319.  
  320. 1.1)        How can I get inspired?
  321.  
  322. Answer:
  323.  
  324.     From Nathan Torkington <gnat@kauri.vuw.ac.nz>:
  325.  
  326.     Obviously there isn't one true method of obtaining inspiration
  327. which will enable everyone to become Bach, but here are some tricks
  328. that have worked for people on rec.music.compose in the past:
  329.  
  330.  - walking.  The rhythm of walking seems to help people get a
  331.    concrete foundation to hum to.
  332.  
  333.  - other music.  Listen to things that seem incomplete to you, and
  334.    try and arrange it how it should have sounded.
  335.  
  336.  - theory exercises.  Play with some exercises in theory, and maybe
  337.    something that is pleasant will jump out at you.
  338.  
  339. ---
  340.  
  341. 2.0)    Getting published
  342.  
  343. ---
  344.  
  345. 2.1)        How can I get published?
  346.  
  347. Answer:
  348.  
  349.     (in progress)
  350.  
  351. ---
  352.  
  353. 2.2)        How does copyright work?
  354.  
  355. Answer:
  356.  
  357.     From Nathan Torkington <gnat@kauri.vuw.ac.nz>:
  358.  
  359.     The copyright laws will depend on the country you are in.  In
  360. general, it is safe to select books whose authors/editors died more
  361. than 74 years ago.  Some things to beware of are:
  362.  
  363.  - missing copyright notices.  In any country that has signed the
  364.    Berne Convention agreement about copyright, there doesn't need
  365.    to be a copyright notice.  Simply publishing the work is enough.
  366.  
  367.  - facsimile editions.  In general the actual copied music isn't
  368.    under a new copyright, but any commentary/annotation is.
  369.  
  370.  - collections.  If someone collects music and publishes it, they
  371.    may be able to have a collection copyright for the whole
  372.    collection.
  373.  
  374.  - editors.  Editors who rearrange, transpose or otherwise change
  375.    the text have a new copyright on the new work.
  376.  
  377.  - audio editions.  Actual audio music has a different copyright
  378.    lifetime than sheet music.
  379.  
  380.     Discussion on copyright issues should not take place on
  381. rec.music.compose, but should be directed to the copyright mailing
  382. list (to join, send mail to listserv@cni.org).
  383.  
  384. ---
  385.  
  386. 3.0)    [Networking]
  387.  
  388.     This section discusses programs and groups that are for
  389. musicians that have access to UseNet or Internet.
  390.  
  391. ---
  392.  
  393. 3.1)        What is NetJam and how can I participate?
  394.  
  395. Answer:
  396.  
  397.     NetJam is a virtual network dedicated to musical
  398. collaboration.
  399.  
  400.     For information, read the NetJam guide. It is available via
  401. ftp as anonymous@xcf.berkeley.edu:misc/netjam/doc/guide, and via email
  402. to NetJam-request@xcf.berkeley.edu with the subject "request for
  403. guide".
  404.  
  405. ---
  406.  
  407. 3.2)         What other networked musicmaking opportunities are
  408.             there?
  409.  
  410.     (in progress. This could include music-by-mail projects, etc.)
  411.  
  412. ---
  413.  
  414. 4.0)    [Theory]
  415.  
  416.     Topics covered in this section are Parallel octaves and
  417. fifths, general compositional hints, rhythm, stochastic music and
  418. "diablo in musica".
  419.  
  420. ---
  421.  
  422. 4.1)    Parallel octaves and fifths
  423.  
  424.     Parallel octaves and fifths occur when in polyphonic (multiple
  425. voice) music when two voices that are separated by a fifth or an
  426. octave move up or down by the same interval.  The reason these are
  427. considered bad in traditional counterpoint stems from many listener's
  428. perceptions of the voices.  Most people feel that when the voices move
  429. in parallel fifths or octaves, the sense of there being two voices is
  430. lost; that the voices "merge" into one.
  431.  
  432.     Similar effects are heard by relatively few people, on other
  433. intervals, but because not as many lose the sense of polyphony those
  434. intervals aren't "forbidden".
  435.  
  436.     Having voices moving in parallel while separated by an octave
  437. or fifth isn't necessarily bad.  It has been used by composers, with
  438. well-defined means of avoiding the merging sound.
  439.  
  440.     For more information on the parallel octaves and fifths
  441. subject, see Matt Field's essay "Gems 2" which was posted to
  442. rec.music.compose (and is available as described in section 6.1).
  443.  
  444. ---
  445.  
  446. 4.2)        diablo in musica
  447.  
  448.     (in progress)
  449.  
  450. ---
  451.  
  452. 4.3)        Rhythm
  453.  
  454.     (in progress)
  455.  
  456. ---
  457.  
  458. 4.4)        Stochastic Music
  459.  
  460.     Stochastic music is the name given to a style of generation of
  461. musical ideas developed by Iannis Xenakis, and well described in his
  462. book "Formalized Music".  This is not the same as random music, but
  463. rather describes a technique for developing a musical progress with a
  464. random walk-like method.
  465.  
  466. 4.5)        Orchestration
  467.  
  468.     (in progress)
  469.  
  470. ---
  471.  
  472. 5.0)    [Reference material]
  473.  
  474. ---
  475.  
  476. 5.1)        What are the "Gems" articles, and how can I get them?
  477.  
  478. Answer:
  479.  
  480.     Matt Fields has produced a series of articles on the practical
  481. uses of theory in composing.  They are called the GEMS articles, and
  482. are available for anonymous FTP in:
  483.     wuarchive.wustl.edu:/doc/publications/music-gems/
  484.  
  485.     Be sure to read the 0-intro file, as it explains copyright
  486. issues, distribution and so forth.
  487.  
  488. ---
  489.  
  490. 5.2.0)        [Books]
  491.  
  492.     The books in this section are categorised by the subjects they
  493. cover.  The entries are in bib format.  That is (taken from the
  494. man-page for addbib(1)):
  495.   %A   Author's name
  496.   %B   Book containing article referenced
  497.   %C   City (place of publication)
  498.   %D   Date of publication
  499.   %E   Editor of book containing article referenced
  500.   %F   Footnote number or label (supplied by refer)
  501.   %G   Government order number
  502.   %H   Header commentary, printed before reference
  503.   %I   Issuer (publisher)
  504.   %J   Journal containing article
  505.   %K   Keywords to use in locating reference
  506.   %L   Label field used by -k option of refer
  507.   %M   Bell Labs Memorandum (undefined)
  508.   %N   Number within volume
  509.   %O   Other commentary, printed at end of reference
  510.   %P   Page number(s)
  511.   %Q   Corporate or Foreign Author (unreversed)
  512.   %R   Report, paper, or thesis (unpublished)
  513.   %S   Series title
  514.   %T   Title of article or book
  515.   %V   Volume number
  516.   %X   Abstract - used by roffbib, not by refer
  517.  
  518. ---
  519.  
  520. 5.2.1)        Harmony
  521.  
  522.     (in progress)
  523.  
  524. ---
  525.  
  526. 5.2.2)        Counterpoint
  527.  
  528. %A C.H. Kitson
  529. %T The Art of Counterpoint
  530. %I Clarendon Press
  531. %D 1907
  532. %O This is a detailed book, but is rather confusing to the beginner.
  533.    Covers classical style (Palestrina) counterpoint.
  534.  
  535. %A Johann Phillip Kirnberger
  536. %T The Art of Strict Musical Composition
  537. %I Yale University Press
  538. %D 1982
  539. %S Music Theory Translation Series
  540. %O A very clear book with numerous examples.  This has a section on
  541.    counterpoint which explains simple counterpoint in two or more
  542.    parts.
  543.  
  544. ---
  545.  
  546. 5.2.3)        History
  547.  
  548.     (in progress)
  549.  
  550. ---
  551.  
  552. 5.2.4)        Composition
  553.  
  554. %A Johann Phillip Kirnberger
  555. %T The Art of Strict Musical Composition
  556. %I Yale University Press
  557. %D 1982
  558. %S Music Theory Translation Series
  559. %O A very clear book with numerous examples.  This has a section on
  560.    counterpoint which explains simple counterpoint in two or more
  561.    parts.
  562.  
  563. %A Robert Twain Adams
  564. %T Electronic Music Composition for Beginners
  565. %I Dubuque, Iowa: Wm. C. Brown
  566. %D c1986
  567. %O Electronic composition.  ISBN 0-697-00457-0 (pbk.)
  568.  
  569. %A Iannis Xenakis
  570. %T Formalized Music
  571. %I Indiana University Press
  572. %D 1971
  573. %O Revised and enlarged edition published Pendragon Press (1992).
  574.  
  575. ---
  576.  
  577. 5.2.5)        Orchestration
  578.  
  579. %A Walter Piston
  580. %T Orchestration
  581. %C London
  582. %D 1965
  583. %I Victor Gollancz Ltd.
  584. %O A very good book. There numerous examples, with an emphasis on late
  585. 19th and early 20th century music.
  586.  
  587.  Author:         Dunn, John Petrie, 1878-
  588.  Title:          A student's guide to orchestration.
  589.  Published:      London, Novello; New York, The H.W. Gray co. <1928>
  590.  Description:    105 p.
  591.  
  592.  Author:         Adler, Samuel, 1928-
  593.  Title:          The study of orchestration
  594.  Edition:        2nd ed.
  595.  Published:      New York : W.W. Norton, c1989.
  596.  Description:    xv, 640 p. : ill., music ; 25 cm.
  597.  
  598.  Author/Composer/Performer, etc.:
  599.                  Adler, Samuel, 1928-
  600.  Title:          The study of orchestration <sound recording>
  601.  
  602.  Published/Produced:
  603.                  New York : W.W. Norton, p1982.
  604.  Description:    17 sound tape reels : analog, 7 1/2 ips, 2 track, stereo. ; 7
  605.                    in.
  606.  
  607.  Author:         Adler, Samuel, 1928-
  608.  Title:          Workbook for the study of orchestration
  609.  Edition:        1st ed.
  610.  Published:      New York : W. W. Norton, c1982.
  611.  Description:    vi, 100 p. : music ; 28 cm.
  612.  
  613.  Author:         Alexander, Van.
  614.  Title:          First chart; <a new method to teach arranging to today's
  615.                    contemporary musicians>.
  616.  Published:      New York, Criterion Music Corp. <1971>
  617.  Description:    113 p. music 30 cm. and phonodisc (2 s. 7 in. 45 rpm. stereo-
  618.                    phonic) in pocket.
  619.  
  620.  Author:         Andersen, Arthur Olaf, 1880-1958.
  621.  Title:          Practical orchestration
  622.  Published:      Boston, New York, C. C. Birchard & company <c1929>
  623.  Description:    249 p. front., illus. (incl. music) plates. 24 cm.
  624.  
  625.  Author/Composer/Performer, etc.:
  626.                  Baker, David, 1931-
  627.  Title:          Arranging & composing, for the small ensemble: jazz/r&b/jazz-
  628.                    rock.
  629.  
  630.  Published/Produced:
  631.                  Chicago, Maher Publications, c1970.
  632.  Description:    184 p. 28 cm.
  633.  
  634.  Author:         Baker, Mickey.
  635.  Title:          Complete handbook for the music arranger.
  636.  Published:      New York, Amsco Music Pub. Co. <1972>
  637.  Description:    128 p. music. 31 cm.
  638.  
  639.  Author:         Bennett, Robert Russell, 1894-
  640.  Title:          Instrumentally speaking
  641.  Published:      Melville, N.Y. : Belwin-Mills Pub. Corp., c1975.
  642.  Description:    vi, 169 p. : music ; 24 cm.
  643.  
  644.  Author:         Berlioz, Hector, 1803-1869.
  645.  Title:          Treatise on instrumentation
  646.  Published:      New York : Dover, 1991.
  647.  Description:    iii, 424 p. : ill. ; 28 cm.
  648.  
  649.  Author/Composer/Performer, etc.:
  650.                  Berlioz, Hector, 1803-1869.
  651.  Title:          Examples to Berlioz's treatise on instrumentation.
  652.  
  653.  Published/Produced:
  654.                  New York, E. Kalmus <n.d.>
  655.  Description:    miniature score (125 p.)
  656.  
  657.  Author:         Blatter, Alfred, 1937-
  658.  Title:          Instrumentation/orchestration
  659.  Published:      New York : Schirmer Books, 1985.
  660.  Description:    xix, 427 p : ill., music ; 26 cm.
  661.  
  662.  Author:         Brown, Howard Mayer.
  663.  Title:          Sixteenth-century instrumentation : the music for the
  664.                    Florentine intermedii
  665.  Published:      <Dallas?> : American Institute of Musicology, 1973.
  666.  Description:    229 p., <4> leaves of plates : ill. ; 31 cm.
  667.  
  668.  Author:         Burton, Stephen Douglas.
  669.  Title:          Orchestration
  670.  Published:      Englewood Cliffs, N.J. : Prentice-Hall, c1982.
  671.  Description:    vii, 568 p. : ill., music ; 24 cm.
  672.  
  673.  Author:         Cacavas, John.
  674.  Title:          Music arranging and orchestration
  675.  Published:      Melville, N.Y. : Belwin-Mills Pub. Corp., c1975.
  676.  Description:    vi, 175 p. : music. ; 28 cm.
  677.  
  678.  Author:         Carse, Adam von Ahn, 1878-1958.
  679.  Title:          The history of orchestration.
  680.  Published:      New York, Dover Publications <1964>
  681.  Description:    xiii, 348 p. illus., music. 22 cm.
  682.  
  683.  Author:         Collinson, Francis M.
  684.  Title:          Orchestration for the theatre
  685.  Published:      London, John Lane <1941>
  686.  Description:    351 p. incl. front. (port.) illus. (music) 22 cm.
  687.  
  688.  Author:         Corder, Frederick, 1852-1932.
  689.  Title:          The orchestra and how to write for it. A practical guide to
  690.                    every branch and detail of modern orchestration: including
  691.                    full particulars of all instruments now in use and rules for                   their combination. With numerous exercises and over two
  692.                    hundred useful examples from modern works. The whole forming                   an indispensable manual for conductors and composers.
  693.  Published:      London, R. Cocks & co.; New York, E. Schuberth & co. <1896>
  694.  Description:    1 p. \., <1>, iii, 111 p. 32 x 25 cm.
  695.  
  696.  Author:         Clappe, Arthur A.
  697.  Title:          The principles of wind-band transcription
  698.  Published:      New York, C. Fischer, 1921.
  699.  Description:    2 p. \., iii-v, 135 p. illus. (music) tables (1 fold.) diagrs.                   21 cm.
  700.  
  701.  Author:         Czerny, Carl, 1791-1857.
  702.  Title:          School of practical composition : complete treatise on the
  703.                    composition of all kinds of music, both instrumental and
  704.                    vocal : together with a treatise on instrumentation : op.
  705.                    600
  706.  Published:      New York : Da Capo Press, 1979.
  707.  Description:    3 v. ; 32 cm.
  708.  
  709.  Author:         Dellaira, Angelo.
  710.  Title:          The complete arranger's workshop
  711.  Published:      New York : C. Colin, c1967.
  712.  Description:    103 p. : music ; 28 cm.
  713.  
  714.  Author:         Dorati, Antal.
  715.  Title:          Instrumentation chart : a guide for composers and arrangers.
  716.  Published:      Minneapolis : University of Minnesota Press, <c1956>
  717.  Description:    <2> p. : 5 charts ; 41 x 51 cm.
  718.  
  719.  Author:         Dunn, John Petrie, 1878-
  720.  Title:          A student's guide to orchestration.
  721.  Published:      London, Novello; New York, The H.W. Gray co. <1928>
  722.  Description:    105 p.
  723.  
  724.  Author:         Evans, Edwin, 1844-1923.
  725.  Title:          Method of instrumentation; how to write for the orchestra and
  726.                    arrange an orchestral of band score. Illustrated with
  727.                    musical examples, copious charts and tabular expositions.
  728.  Published:      London, W. Reeves <1926>
  729.  Description:    2 v. fold. front. (v. 2; music) illus. (music) fold. plates
  730.                    (music) tables (2 fold.) diagrs. 22 cm.
  731.  
  732.  Author:         Forsyth, Cecil, 1870-1941.
  733.  Title:          Choral orchestration
  734.  Published:      New York, The H.W. Gray Co. <c1920>
  735.  Description:    v, 84 p. illus. (music); 22, <1> p. (music) 28 cm.
  736.  
  737.  Author:         Forsyth, Cecil, 1870-1941.
  738.  Title:          Orchestration
  739.  Edition:        2d ed.
  740.  Published:      New York, Macmillan, 1949.
  741.  Description:    ix, 530 p. illus. (music) xii pl. 23 cm.
  742.  
  743.  Author:         Fox, Stuart Granville.
  744.  Title:          The classical guitar: an orchestration handbook for the
  745.                    composer.
  746.  Published:      1978.
  747.  Description:    iv, 74 leaves. 29 cm.
  748.                  Thesis (A.M.)--Univ. of Southern California.
  749.  
  750.  Author:         Garcia, Russ, 1916-
  751.  Title:          The professional arranger composer.
  752.  Published:      New York, Criterion Music Corp. <1959>
  753.  Description:    172 p. music. 28 cm.
  754.  
  755.  Author:         Gardner, Maurice.
  756.  Title:          The orchestrator's handbook; a complete, concise and
  757.                    informative reference manual.
  758.  Published:      Great Neck, N.Y., Staff Music Pub. Co. <c1948>
  759.  Description:    53 p. music. 23 cm.
  760.  
  761.  Author:         Grace, Harvey, 1874-1944.
  762.  Title:          The new musical educator
  763.  Published:      London, The Caxton publishing company, limited <1934>.
  764.  Description:    4 v. illus. (incl. music) plates. 27 cm.
  765.  
  766.  Author:         Heacox, Arthur Edward, 1867-1952.
  767.  Title:          Project lessons in orchestration
  768.  Published:      Philadelphia, O. Ditson <c1928>
  769.  Description:    180 p. 21 cm.
  770.  
  771.  Author:         Hopkins, Antony, 1921-
  772.  Title:          Sounds of music : a study of orchestral texture
  773.  Published:      London : Dent, 1982.
  774.  Description:    170 p. : ill. ; 25 cm.
  775.  
  776.  Author:         Isaac, Merle J. (Merle John), 1898-
  777.  Title:          Practical orchestration; a method of arranging for school
  778.                    orchestras.
  779.  Published:      New York, Robbins Music Corp. <c1963>
  780.  Description:    177 p. music. 24 cm.
  781.  
  782.  Author:         Jacob, Gordon, 1895-
  783.  Title:          The elements of orchestration.
  784.  Published:      London, H. Jenkins <1962>
  785.  Description:    216 p. music. 23 cm.
  786.  
  787.  Author:         Jacob, Gordon, 1895-
  788.  Title:          Orchestral technique : a manual for students
  789.  Edition:        3rd ed.
  790.  Published:      London ; New York : Oxford University Press, 1982.
  791.  Description:    100 p. : music ; 22 cm.
  792.  
  793.  Author:         Kennan, Kent Wheeler, 1913-
  794.  Title:          The technique of orchestration
  795.  Edition:        4th ed.
  796.  Published:      Englewood Cliffs, N.J. : Prentice Hall, c1990.
  797.  Description:    xiii, 401 p. : ill. ; 24 cm.
  798.  
  799.  Author/Composer/Performer, etc.:
  800.                  Kennan, Kent Wheeler, 1913-
  801.  Title:          Cassette supplement for The technique of orchestration <sound
  802.                    recording>
  803.  Published/Produced:
  804.                  Austin, Texas : University of Texas Press, c1981.
  805.  Description:    1 sound cassette (ca. 30 min.) : 1 7/8 ips.
  806.  
  807.  Author:         Kohs, Ellis B. 1916-
  808.  Title:          An aural approach to orchestration.
  809.  Published:      <New York, 1939>
  810.  Description:    p. <59>-91 26 cm.
  811.  
  812.  Author:         Kling, Henri, 1842-1918.
  813.  Title:          Prof. H. Kling's Modern orchestration and instrumentation; or,                    The art of instrumentation; containing detailed
  814.                    descriptions of the character and peculiarities of all
  815.                    instruments and their practical employment ...
  816.  Edition:        <Rev. and enl. English ed.>
  817.  Published:      New York, N. Y., C. Fischer <1905>
  818.  Description:    vi, 346 p. illus. (music) 27 cm.
  819.  
  820.  Author:         Lang, Philip J. (Philip Joseph), 1911-
  821.  Title:          Scoring for the Band.
  822.  Published:      New York, Mills <1950>
  823.  Description:    vii, 215 p. music. 24 cm.
  824.  
  825.  Author:         Leibowitz, Rene, 1913-1972.
  826.  Title:          Thinking for orchestra, practical exercises in orchestration
  827.  Published:      New York, Schirmer, 1960.
  828.  Description:    xi, 240 p. music. 26 cm.
  829.  
  830.  Author:         Leidzen, Erik William Gustaf, 1894-
  831.  Title:          An invitation to band arranging.
  832.  Edition:        An Oliver Ditson ed.
  833.  Published:      Bryn Mawr, Pa., Presser <1950>
  834.  Description:    vi, 195 p. music. 28 cm.
  835.  
  836.  Author:         McKay, George Frederick, 1899-
  837.  Title:          Creative orchestration.
  838.  Published:      Boston, Allyn and Bacon, 1963.
  839.  Description:    241 p. illus. 24 cm.
  840.  
  841.  Author:         Merrill, Barzille Winfred, 1864-
  842.  Title:          Practical introduction to orchestration and instrumentation
  843.  Published:      Ann Arbor, Mich., Edwards brothers, inc., 1937.
  844.  Description:    iv, 49 p. illus. (music); 52 p. (music) 21 cm.
  845.  
  846.  Author:         Miller, Roy M.
  847.  Title:          Practical instrumentation for the wind band
  848.  Edition:        4th ed., rev.
  849.  Published:      Detroit, Wayne State University Press, 1963.
  850.  Description:    vi, 98 p. illus., music. 28 cm.
  851.  
  852.  Author:         Mutchler, Ralph D.
  853.  Title:          A guide to arranging and scoring for the marching or pep band. Published:      <Seattle, Wash., R. Mutchler Publications, c1967>
  854.  Description:    75 p. music. 28 cm.
  855.  
  856.  Author/Composer/Performer, etc.:
  857.                  Nelhybel, Vaclav.
  858.  Title:          Music arrangement. <Sound recording>
  859.  Published/Produced:
  860.                  Folkways Records FT 3607--FT 3608. <1962>
  861.  Description:    2 discs. 33 1/3 rpm. 12 in.
  862.  
  863.  Author/Composer/Performer, etc.:
  864.                  Nelhybel, Vaclav.
  865.  Title:          The symphony orchestra and its instruments. <Phonodisc>
  866.  
  867.  Published/Produced:
  868.                  Folkways Records FS 3602. <1959>
  869.  Description:    2 s. 12 in. 33 1/3 rpm. microgroove.
  870.  
  871.  Author:         Oboussier, Philippe.
  872.  Title:          Arranging music for young players : a handbook on basic
  873.                    orchestration
  874.  Published:      London : Oxford University Press, c1977.
  875.  Description:    175 p. : music ; 26 cm.
  876.  
  877.  Author:         Pan American Band Instrument Co.
  878.  Title:          Band and orchestra handbook.
  879.  Published:      Elkhart, Ind., c1946.
  880.  Description:    v, 136 p. 23 cm.
  881.  
  882.  Author:         Parrott, Ian.
  883.  Title:          Method in orchestration.
  884.  Published:      London, Dobson <1957>
  885.  Description:    85 p. illus. 19 cm.
  886.  
  887.  Author:         Piston, Walter, 1894-1976.
  888.  Title:          Orchestration.
  889.  Edition:        <1st ed.>
  890.  Published:      New York, Norton <1955>
  891.  Description:    477 p. illus. 24 cm.
  892.  
  893.  Author:         Pottenger, Harold.
  894.  Title:          Instrumental handbook; a guide to the intelligent use of band
  895.                    and orchestral instruments.
  896.  Published:      Kansas City, Mo., Beacon Hill Music <c1971>
  897.  Description:    iv, 76 p. illus., drawings, music. 28 cm.
  898.  
  899.  Author:         Prout, Ebenezer, 1835-1909.
  900.  Title:          Instrumentation.
  901.  Published:      Boston, O. Ditson <n.d.>
  902.  Description:    144 p. music
  903.  
  904.  Author:         Rauscher, Donald J.
  905.  Title:          Orchestration, scores & scoring.
  906.  Published:      <New York> Free Press of Glencoe <1963>
  907.  Description:    xii, 340 p. illus., music. 26 cm.
  908.  
  909.  Author:         Read, Gardner, 1913-
  910.  Title:          Style and orchestration
  911.  Published:      New York : Schirmer Books, c1979
  912.  Description:    xvi, 304 p. : ill. ; 24 cm.
  913.  
  914.  Author:         Read, Gardner, 1913-
  915.  Title:          Thesaurus of orchestral devices.
  916.  Published:      New York, Greenwood Press <1969>
  917.  Description:    xxi, 631 p. music. 29 cm.
  918.  
  919.  Author:         Reed, H. Owen, 1910-
  920.  Title:          Scoring for percussion and the instruments of the percussion
  921.                    section
  922.  Published:      Englewood Cliffs, N.J., Prentice-Hall <1969>
  923.  Description:    ix, 150 p. illus., music. 24 cm.
  924.  
  925.  Author:         Riemann, Hugo 1849-1919.
  926.  Title:          Catechism of musical instruments; guide to instrumentation
  927.  Published:      London, Augener & co.; New York, G. Schirmer, <pref 1888>
  928.  Description:    vi, 104 p. illus. 18 cm.
  929.  
  930.  Author:         Rimsky-Korsakov, Nikolay, 1844-1908.
  931.  Title:          Principles of orchestration, with musical examples drawn from
  932.                    his own works
  933.  Published:      New York, Dover Publications <1964>
  934.  Description:    2 v. in 1 music. 24 cm.
  935.  
  936.  Author:         Rogers, Bernard, 1893-1968.
  937.  Title:          The art of orchestration; principles of tone color in modern
  938.                    scoring.
  939.  Published:      Westport, Conn., Greenwood Press <1970, c1951>
  940.  Description:    ix, 198 p. music. 24 cm.
  941.  
  942.  Author:         Royere, Jean, 1871-
  943.  Title:          Orchestration.
  944.  Published:      Paris, A. Messein, 1936.
  945.  Description:    96 p. 19 cm.
  946.  
  947.  Author:         Russo, William.
  948.  Title:          Composing for the jazz orchestra.
  949.  Published:      Chicago, University of Chicago Press <1961>
  950.  Description:    90 p. illus. 24 cm.
  951.  
  952.  Author:         Russo, William.
  953.  Title:          Jazz composition and orchestration
  954.  Published:      Chicago : University of Chicago Press, 1974, c1968.
  955.  Description:    xvii, 825 p. : music ; 24 cm.
  956.  
  957.  Author:         Sebesky, Don.
  958.  Title:          The contemporary arranger
  959.  Published:      New York : Alfred Pub. Co., c1979.
  960.  Description:    xv, 233 p. : music ; 31 cm. & 3 discs (33 1/3 rpm. mono. 7
  961.                    in.) in pocket.
  962.  
  963.  Author:         Shatzkin, Merton, 1929-
  964.  Title:          Writing for the orchestra : an introduction to orchestration / Published:      Englewood Cliffs, N.J. : Prentice Hall, c1993.
  965.  Description:    p. cm.
  966.  
  967.  Author:         Skiles, Marlin.
  968.  Title:          Music scoring for TV & motion pictures
  969.  Edition:        1st ed.
  970.  Published:      Blue Ridge Summit, Pa., : Tab Books, 1976.
  971.  Description:    261 p. : music ; 22 cm.
  972.  
  973.  Author:         Spohn, Charles L.
  974.  Title:          The marching band; comparative techniques in movement and
  975.                    music
  976.  Published:      Boston, Allyn and Bacon <1969>
  977.  Description:    176 p. illus., music. 27 cm.
  978.  
  979.  Author:         Stiller, Andrew.
  980.  Title:          Handbook of instrumentation
  981.  Published:      Berkeley : University of California Press, c1985.
  982.  Description:    xx, 533 p. : ill., music ; 32 cm.
  983.  
  984.  Author:         Wagner, Joseph Frederick, 1900-1974.
  985.  Title:          Band scoring.
  986.  Published:      New York, McGraw-Hill, 1960.
  987.  Description:    xiv, 443 p. music. 24 cm.
  988.  
  989.  Author:         Wagner, Joseph Frederick, 1900-1974.
  990.  Title:          Orchestration; a practical handbook.
  991.  Published:      New York, McGraw-Hill, 1959.
  992.  Description:    xv, 366 p. music. 24 cm.
  993.  
  994.  Author:         Weirick, Paul. 1906-
  995.  Title:          Dance arranging : a guide to scoring music for the American
  996.                    dance orchestra
  997.  Published:      New York : Witmark Educational Publications, c1934.
  998.  Description:    x, 142 p. : music ; 27 cm.
  999.  
  1000.  Author:         Widor, Charles Marie, 1844-1937.
  1001.  Title:          The technique of the modern orchestra; a manual of practical
  1002.                    instrumentation
  1003.  Published:      London, J. Williams, limited; New York, E. Schuberth & co.
  1004.                    (J.F.H. Meyer); c1906.
  1005.  Description:    x, 11-200 p. 28 cm.
  1006.  
  1007.  Author:         Wright, Denis, 1895-
  1008.  Title:          Scoring for brass band.
  1009.  Edition:        4th ed., enlarged.
  1010.  Published:      London, Baker, 1967.
  1011.  Description:    121 p. illus. (music), tables. 22 1/2 cm.
  1012.  
  1013.  Author:         Yoder, Paul, 1908-
  1014.  Title:          Arranging method for school bands.
  1015.  Published:      New York, Robbins Music Corp., c1946.
  1016.  Description:    191 p. music. 27 cm.
  1017.  
  1018. [need info]
  1019.  
  1020. ---
  1021.  
  1022. 6.0)        Ethno-musicology
  1023.  
  1024.     (in progress)
  1025.  
  1026. ---
  1027.  
  1028. 7.0)    [Composition and computing]
  1029.  
  1030.     You can buy many different types of hardware to help you with
  1031. composition.  You should see the following newsgroups for help in
  1032. choosing and buying hardware (which newsgroups you ask for help will
  1033. depend on your existing setup and whether you have decided what to buy
  1034. yet):
  1035.  
  1036.   comp.sys.ibm.pc.soundcard
  1037.   comp.sys.amiga.audio
  1038.   rec.music.synth
  1039.   rec.music.makers
  1040.   rec.music.marketplace
  1041.   comp.music
  1042.  
  1043.     [any others?  Are these bad groups?]
  1044.  
  1045. ---
  1046.  
  1047. 7.3.0)        [Representation]
  1048.  
  1049. ---
  1050.  
  1051. 7.3.1)            Musical Instrument Digital Interface [MIDI]
  1052.  
  1053.     See the USENET newsgroup rec.music.synth for current dialogue
  1054. about MIDI, and section 5.5 of the NetJam FAQ for references. The
  1055. NetJam FAQ is available as described in section 0.2 of this FAQ.
  1056.  
  1057. ---
  1058.  
  1059. 7.3.2)            File Formats
  1060.  
  1061.     See sections 3.1.5 [Conversion software] and 5.6 ("What are
  1062. the details behind current sound formats?") of the NetJam FAQ for
  1063. information. The NetJam FAQ is available as described in section 0.2
  1064. of this FAQ.
  1065.  
  1066. ---
  1067.  
  1068. 8)    Credits (unordered)
  1069.  
  1070. ?            jpff@maths.bath.ac.uk
  1071. Nathan Torkington    <gnat@kauri.vuw.ac.nz>
  1072. Werner Icking        <Werner.Icking@gmd.de>
  1073. Dale Gold        <dgold@basso.actrix.gen.nz>
  1074. Barry Vercoe        <bv@media.mit.edu>
  1075. Matt Fields        <fields@eecs.umich.edu>
  1076. Jeff Harrington        <idealord@dorsai.com>
  1077. Norman Lin        <norlin@mailhost.ecn.uoknor.edu>
  1078. Bill Schottstaedt    <bil@ccrma.stanford.edu>
  1079. Carron Kirkwood        <carron@dcs.gla.ac.uk>
  1080. Gene            <battin@venus.iucf.indiana.edu>
  1081. Timothy D Fullerton    <tfullert@magnus.acs.ohio-state.edu>
  1082.  
  1083.  
  1084. ---
  1085.  
  1086. End of the music composition FAQ.
  1087. -- 
  1088. -----------------------------------------------------------------------------
  1089. Craig R. Latta          |  Experimental Computing Facility, UC Berkeley (XCF)
  1090. Composer and            |  Atari Games Audio Group         <Latta@AGames.COM>
  1091.     Computer Scientist  |  The NetJam Project            <NetJam-request@XCF>
  1092. Craig.Latta@NetJam.ORG  |  The Smallmusic Project    <Smallmusic-request@XCF>
  1093. (standard  disclaimer)  |  Biggles' Home for the Oversubscribed (wanna join?)
  1094. -----------------------------------------------------------------------------
  1095.